home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / mathplot / macros / test4.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-01-01  |  341 b   |  16 lines

  1. /* Test requestfile */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. requestfile
  7. say result rc rc2
  8.  
  9. requestfile 'title "This is the title" path ram: file myfile'
  10. say result rc rc2
  11.  
  12. requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
  13. say result rc rc2
  14.  
  15. requestfile 'title "Save AS..." save'
  16. say result rc rc2